home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 97 / CD-ROM 97 / CD-ROM 97.iso / internet / emailst / setup.exe / install_script.iss
Encoding:
Text File  |  2003-06-28  |  1.1 KB  |  30 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Email Stripper
  5. AppVerName=Email Stripper
  6. AppId=Email Stripper
  7. DefaultDirName={pf}\Email Stripper
  8. DefaultGroupName=Email Stripper
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\History.txt"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\Email Stripper.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\E-mail Stripper.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\CodeCounter.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Products.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23.  
  24. [Run]
  25. Filename: "{app}\Email Stripper.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  26.  
  27. [Icons]
  28. Name: "{group}\Email Stripper"; Filename: "{app}\Email Stripper.exe"; WorkingDir: "{app}"; 
  29. Name: "{group}\Desinstalar - Email Stripper"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  30.